home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / puppy_red.swf / scripts / DefineButton2_348 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-11  |  152b  |  10 lines

  1. on(release){
  2.    if(!_global.betting)
  3.    {
  4.       _global.betting = 1;
  5.       roulette.spin();
  6.       okBtn.nextFrame();
  7.       nextFrame();
  8.    }
  9. }
  10.